You are here: COM API reference > Events > BeforeChangeWFPerson event

BeforeChangeWFPerson event

This event occurs when the user selects to change the workflow To Do person for a document.

Syntax

Private Sub AMUIExtension_BeforeChangeWFPerson(
          ByVal CurrentObject As Object,
          Person As String,
          Comment As String,
          Abort As Boolean)
Parameters
Name Description

CurrentObject

The document object (AMDocument object).

Person

The new To Do person.

Comment

This string will be added to the document log.

Abort

Setting this argument to True will abort the operation. The AfterChangeWFPerson event will not occur.

Remarks

The equivalent VBScript event is the ChangeWFPerson script event. See the BlueCielo Meridian Enterprise VBScript API Reference for more information.


www.bluecieloecm.com